toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.view.javafx.graphics
/
[jvm]BitmapImage
Bitmap
Image
public
final
class
BitmapImage
extends
BitmapImage
<
I
>
A JavaFX-specific implementation that allows getting
Image
from
Bitmap
.
Since
7.7
Members
Functions
toolkit
Image
Link copied to clipboard
public
final
I
toolkitImage
(
)
Returns a UI toolkit specific image obtained from the bitmap.
to
Toolkit
Link copied to clipboard
public
static
Image
toToolkit
(
Bitmap
bitmap
)
Creates and returns an instance of
Image
obtained from the given
bitmap
.